/* ===========================================================
   Universe Constants · 宇宙常数表
   Jumping-Entity™ Universe · 跳动体宇宙™
   Version: V1-20260203
   Branch: 1029
   
   CRITICAL: 此文件包含当前宇宙特定的布局和组件
   - 页面布局系统
   - 组件样式
   - 卡片系统
   - 媒体查询
   
   依赖: 必须先加载 Starcore Constants
=========================================================== */

/* ===== 容器系统 ===== */
.container {
  width: min(1080px, 92vw);
  margin: 0 auto;
  position: relative;
  z-index: 1;
  padding: 2.6rem 0 2.2rem 0;
}

/* ===== 顶部微线 ===== */
.microline {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  font-size: 0.92rem;
  color: var(--muted);
  letter-spacing: 0.03em;
  margin-top: 0.6rem;
  user-select: none;
}

.microline .dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent-warm);
  box-shadow: 0 0 18px var(--shadow-3);
  opacity: 0.9;
}

/* ===== HERO 区域 ===== */
.hero {
  padding: 3.2rem 0 2.1rem 0;
  text-align: center;
}

.hero h1 {
  margin: 0;
  font-size: clamp(2.25rem, 4.8vw, 3.3rem);
  font-weight: 800;
  letter-spacing: 0.08em;
  color: #b3e7ff;
  text-shadow: 0 0 26px #9ee0ff, 0 0 12px #6a8cff;
  animation: fadeIn 1.15s ease-out both;
}

.hero h2 {
  margin: 0.9rem 0 0 0;
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  font-weight: 650;
  color: var(--accent-soft);
  letter-spacing: 0.04em;
  animation: fadeIn 1.35s ease-out both;
}

.hero .tagline {
  margin: 1.15rem auto 0 auto;
  max-width: 62ch;
  font-size: clamp(0.98rem, 1.6vw, 1.12rem);
  color: var(--muted);
  animation: fadeIn 1.55s ease-out both;
}

.hero .tagline strong {
  color: var(--accent);
  font-weight: 700;
}

/* ===== 面板系统 ===== */
.panel {
  background: var(--panel-bg);
  border: 1px solid var(--panel-border);
  border-radius: 14px;
  backdrop-filter: blur(10px);
  box-shadow: 0 0 16px 4px var(--shadow-1), 0 0 44px 0 #6c63ff11;
}

/* ===== Manifest 面板 ===== */
.manifest {
  margin-top: 1.6rem;
  padding: 1.8rem 1.7rem;
  animation: fadeIn 1.75s ease-out both;
}

.quote {
  margin: 0 auto 1.2rem auto;
  padding: 1.05rem 1.1rem;
  border-left: 3px solid rgba(134, 234, 255, 0.35);
  background: rgba(0, 0, 0, 0.12);
  border-radius: 10px;
  max-width: 72ch;
}

.quote .en {
  font-weight: 800;
  letter-spacing: 0.02em;
  color: var(--accent);
}

.quote .cn {
  margin-top: 0.35rem;
  font-weight: 650;
  color: var(--text);
}

.grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 1.4rem;
  align-items: start;
}

.block h3 {
  margin: 0 0 0.55rem 0;
  font-size: 1.08rem;
  letter-spacing: 0.06em;
  color: var(--accent);
  text-shadow: 0 0 10px #9fdfff33;
}

.block p {
  margin: 0.45rem 0;
  color: var(--muted);
  font-size: 1.03rem;
}

.block b {
  color: var(--text);
  font-weight: 750;
}

.list {
  margin: 0.6rem 0 0 0;
  padding: 0 0 0 1.1rem;
  color: var(--muted);
  font-size: 1.02rem;
}

.list li {
  margin: 0.35rem 0;
}

/* ===== Field 区域 ===== */
.field {
  margin-top: 1.35rem;
  padding: 1.7rem 1.7rem;
  animation: fadeIn 1.95s ease-out both;
}

.field .section {
  padding: 0.2rem 0 1.1rem 0;
  border-bottom: 1px solid rgba(134, 234, 255, 0.1);
}

.field .section:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.field h3 {
  margin: 0 0 0.55rem 0;
  font-size: 1.08rem;
  letter-spacing: 0.06em;
  color: var(--accent);
  text-shadow: 0 0 10px #9fdfff33;
}

/* ===== Appendix 附录 ===== */
.appendix {
  margin-top: 1.2rem;
  padding: 1.2rem 1.25rem;
  animation: fadeIn 2.1s ease-out both;
}

details {
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.14);
  border: 1px solid rgba(134, 234, 255, 0.12);
  padding: 0.9rem 1rem;
}

summary {
  cursor: pointer;
  color: var(--accent-soft);
  font-weight: 750;
  letter-spacing: 0.04em;
  outline: none;
  user-select: none;
}

summary::-webkit-details-marker {
  display: none;
}

.appendix .small {
  margin-top: 0.75rem;
  color: var(--muted);
  font-size: 0.98rem;
}

.appendix .small h4 {
  margin: 0.8rem 0 0.35rem 0;
  font-size: 1rem;
  color: var(--accent);
  letter-spacing: 0.05em;
}

.appendix .small ul {
  margin: 0.4rem 0 0 1.15rem;
}

/* ===== Footer ===== */
footer {
  margin: 2.2rem 0 1rem 0;
  text-align: center;
  color: var(--accent-soft);
  font-size: 0.92rem;
  opacity: 0.82;
}

footer .sig {
  margin-top: 0.35rem;
  font-size: 0.88rem;
  color: var(--muted);
  letter-spacing: 0.03em;
}

/* ===== 链接样式 ===== */
a {
  color: var(--link-color);
  text-decoration: none;
}

a:hover {
  color: var(--link-hover);
  text-shadow: 0 0 10px rgba(134, 234, 255, 0.18);
}

/* ===== JE Index 卡片网格 ===== */
.je-index-cn {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(266px, 1fr));
  gap: 22px;
  max-width: 1040px;
  width: 92vw;
  margin: 22px auto 22px auto;
}

.res-card {
  background: var(--card-bg);
  border-radius: 1.17em;
  box-shadow: 0 0 16px 4px #483b8557, 0 0 44px 0 #6c63ff11;
  padding: 2.2em 1.2em 1.3em 1.2em;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: transform 0.18s, box-shadow 0.21s;
  position: relative;
}

.res-card:hover {
  transform: translateY(-5px) scale(1.035) rotate(-0.6deg);
  box-shadow: 0 0 34px 8px var(--shadow-2), 0 0 70px 0 var(--shadow-3);
  z-index: 2;
}

.res-title {
  font-size: 1.16em;
  font-weight: bold;
  color: var(--accent);
  margin-bottom: 0.13em;
  letter-spacing: 0.01em;
  text-shadow: 0 0 10px #9fdfff33;
}

.res-desc {
  color: var(--muted);
  font-size: 0.97em;
  margin-top: 0.28em;
  min-height: 2.3em;
  line-height: 1.6;
}

.res-link {
  color: #94d1ff;
  font-size: 1.04em;
  text-decoration: underline;
  margin: 0.65em 0 0.11em 0;
  font-weight: 500;
  transition: color 0.14s;
}

.res-link:hover {
  color: var(--accent-warm);
}

/* ===== 三层跳动显化 UI · Jump Manifestation ===== */
.jump-manifestation {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 26px;
  margin: 42px auto 56px auto;
  max-width: 1040px;
  width: 92vw;
}

.jump-card {
  background: rgba(28, 24, 64, 0.82);
  border: 1px solid rgba(134, 234, 255, 0.18);
  border-radius: 18px;
  padding: 28px 20px 26px 20px;
  text-align: center;
  backdrop-filter: blur(10px);
  box-shadow: 0 0 18px 4px var(--shadow-1);
  transition: transform 0.22s ease, box-shadow 0.26s ease;
}

.jump-card:hover {
  transform: translateY(-6px);
  box-shadow:
    0 0 34px 8px var(--shadow-2),
    0 0 60px 0 var(--shadow-3);
}

.jump-icon {
  font-size: 28px;
  margin-bottom: 8px;
}

.jump-label {
  font-size: 0.9rem;
  letter-spacing: 0.12em;
  color: var(--accent-soft);
  margin-bottom: 10px;
}

.jump-value {
  font-size: 1.7rem;
  font-weight: 800;
  color: var(--text);
  text-shadow: 0 0 18px rgba(134, 234, 255, 0.45);
}

/* ===== 媒体查询 ===== */
@media (max-width: 860px) {
  .grid {
    grid-template-columns: 1fr;
  }
  .manifest,
  .field,
  .appendix {
    padding: 1.4rem 1.1rem;
  }
}

/* --- 25VRES 全站统一移动端适配规范 V0.1 --- */
@media (max-width: 650px) {
  .hero h1 {
    font-size: 1.18em;
    margin-top: 0;
    line-height: 1.35;
  }
  .hero h2 {
    font-size: 0.96em;
    margin: 1.1em 0 1.6em 0;
    line-height: 1.55;
  }
  .hero .tagline {
    font-size: 0.96em;
    margin: 1.1em 0 1.6em 0;
    line-height: 1.55;
    padding: 0 1em;
  }
  .microline {
    font-size: 0.85em;
    gap: 0.4rem;
  }
  .panel {
    padding: 1.6em 1.1em;
    border-radius: 1.15em;
  }
  .manifest,
  .field,
  .appendix {
    padding: 1.4em 1.1em;
  }
  .block h3,
  .field h3 {
    font-size: 1.05em;
    line-height: 1.4;
  }
  .block p,
  .field p,
  .list {
    font-size: 0.96em;
    line-height: 1.5;
  }
  footer {
    font-size: 0.9em;
    padding-bottom: 1.1em;
    line-height: 1.5;
  }
}
/* --- END --- */

/* ===== END OF UNIVERSE CONSTANTS ===== */